How to Install perltidy software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install perltidy software package in Ubuntu 14.04 LTS (Trusty Tahr)

perltidy software package provides Perl script indenter and reformatter, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install perltidy 

perltidy is installed in your system.

Make ensure the perltidy package were installed using the commands given below,

$ sudo dpkg-query -l | grep perltidy *

You will get with perltidy package name, version, architecture and description in a table

perltidy package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Development
Package perltidy
Version 20120701-1
Description Perl script indenter and reformatter
Sub Section devel


See Also, How to uninstall or remove perltidy software package from Ubuntu 14.04 LTS (Trusty Tahr)?